home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000589_mackay@cs.washington.edu_Wed May 11 10:34:42 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from june.cs.washington.edu by cs.umb.edu with SMTP id AA12898
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 11 May 1994 20:34:48 -0400
  3. Return-Path: <mackay>
  4. Received: (mackay@localhost) by june.cs.washington.edu (8.6.8/7.2ju) id RAA17706; Wed, 11 May 1994 17:34:42 -0700
  5. Date: Wed, 11 May 1994 17:34:42 -0700
  6. From: mackay@cs.washington.edu (Pierre MacKay)
  7. Message-Id: <199405120034.RAA17706@june.cs.washington.edu>
  8. To: ken@phy.ucsf.edu, mackay@cs.washington.edu
  9. Subject: Re:  NO bug in newest kpathsea under DEC alpha / OSF 2.0
  10. Cc: tex-k@cs.umb.edu
  11.  
  12. write to Elizabeth ( unixtex@u.washington.edu )
  13. and she will send you a neat makefile which will
  14. set you up with a default set of fonts.  Use
  15. a write-white mode for xdvi fonts, such
  16. as ricoh, and have sdvi look for those before it
  17. looks for write-black fonts.  It improves visibility.
  18.  
  19. If dvips works with kpathsea, TeX will too, but you have to
  20. add a tiny patch called web2c.help.kpathsea to one of
  21. the lib files.
  22.  
  23. I source the following file ( source ${HOME}/.TeXrc )
  24. in my .cshrc file when I want to override the defaults.
  25.  
  26. % -------------------------------------------
  27. # The write-black, bitmapped type1 and write-white choices at this site
  28. set WB=cx
  29. set WW=ricoh
  30. set BM=ps-to-pk
  31. #
  32. # (use the ${} variable form throughout---it saves grief.
  33. #
  34. set TEXMFROOT=/usr2/local/lib/texmf
  35. setenv TEXROOT ${TEXMFROOT}/tex
  36. setenv TEXFONTS .:${TEXMFROOT}/fonts//
  37. setenv TEXINPUTS .:${TEXROOT}//
  38. setenv TEXFORMATS .:${TEXMFROOT}/ini
  39. setenv TEXPOOL ${TEXFORMATS}
  40.  
  41. setenv MFROOT ${TEXMFROOT}/mf
  42. setenv MFINPUTS .:${MFROOT}//:${TEXMFROOT}/fonts/public//src
  43. setenv MFBASES ${TEXFORMATS}
  44. setenv MFPOOL ${TEXFORMATS}
  45.  
  46. # The 00[TFM.VF,XDVI] directories are "accelerators" where links
  47. # to files that are in extremely frequent use are placed.
  48. #
  49. # The 00PK directory may be where MakeTeXPK stores its
  50. # output, in which case it must be in both XDVI and DVIPS paths.
  51. # It can also be used as an "accelerator" directory for
  52. # links to frequently used PK files.  But don't store write-white
  53. # fonts there unless you are unlucky enough to have a write-white
  54. # printer.
  55. #
  56. # XDVIFONTS takes write-white fonts from the ricoh set
  57. # but since we don't have to worry about write-white printers
  58. # any more, the ricoh directories contain only resolutions
  59. # below 360 dpi.  Above that it doesn't really matter very much.
  60. # Don't leave out the ${BM} part of the XDVI path if type1
  61. # fonts are in use.
  62. # NOTE: If we decide to use MakeTeXPK at all with XDVI, we will
  63. # set it to produce fonts for the hardcopy printer only
  64. setenv TFMFONTS .:${TEXMFROOT}/fonts/00TFM:${TEXMFROOT}/fonts//tfm
  65. setenv VFFONTS .:${TEXMFROOT}/fonts/00VF:${TEXMFROOT}/fonts//vf
  66. setenv XDVIFONTS .:${TEXMFROOT}/fonts/00XDVI:${TEXMFROOT}/fonts/00PK:${TEXMFROOT}/fonts//${WW}:${TEXMFROOT}/fonts//${BM}:${TEXMFROOT}//${WB}
  67. setenv DVIPSFONTS .:${TEXMFROOT}/fonts/00PK:${TEXMFROOT}/fonts/tmp/pk:${TEXMFROOT}//${WB}
  68. setenv PKFONTS $DVIPSFONTS
  69. setenv TEXPKS $DVIPSFONTS
  70.  
  71. Email concerned with UnixTeX distribution software should be sent primarily
  72. to:    UnixTeX@u.washington.edu            Elizabeth Tachikawa
  73. otherwise to:  mackay@cs.washington.edu        Pierre A. MacKay
  74. Smail:  Northwest Computing Support Center    Resident Druid for
  75.     Thomson Hall, Mail Stop DR-10        Unix-flavored TeX
  76.     University of Washington
  77.     Seattle, WA 98195
  78.     (206) 543-6259